gsm_multi_media table — gsmmm
This table stores information on generic multi-media files that can be linked to any entity.
Table 9–5 lists the table’s FLA, fields, and foreign keys.
Table 9–5: gsm_multi_media table information
|
Table FLA
|
Fields (data type)
|
Foreign keys
|
|
gsmmm
|
multi_media_obj (Decimal) category_obj (Decimal) owning_obj (Decimal) multi_media_type_obj (Decimal) physical_file_name (Character) multi_media_description (Character) creation_date (Date)
|
category_obj
multi_media_type_obj
owning_obj
|
Table 9–6 gives details of the table’s indexes.
Table 9–6: gsm_multi_media index information
|
Index name
|
Elements
|
Type
|
|
XPKgsm_multi_media
|
multi_media_obj
|
Primary Unique
|
|
XIE1gsm_multi_media
|
category_obj owning_obj multi_media_type_obj creation_date
|
Nonunique
|
|
XIE2gsm_multi_media
|
physical_file_name
|
Nonunique
|
|
XIE3gsm_multi_media
|
multi_media_description
|
Nonunique
|
|
XIE4gsm_multi_media
|
owning_obj
|
Nonunique
|